Skip to content

LongCountPredicateAggregator struct

Defined in

Namespace: ReactiveUI.Primitives.Advanced Assembly: ReactiveUI.Primitives.Core.dll Full name: ReactiveUI.Primitives.Advanced.LongCountPredicateAggregator<T> Modifiers: public sealed

Summary

View source

Immutable accumulator that counts the values matching a predicate as a Int64.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481

Class hierarchy
classDiagram
class LongCountPredicateAggregator~T~
class IAggregator~T, long, LongCountPredicateAggregator~T~~ {
    <>
}
IAggregator~T, long, LongCountPredicateAggregator~T~~ <|.. LongCountPredicateAggregator~T~
class IEquatable~LongCountPredicateAggregator~T~~ {
    <>
}
IEquatable~LongCountPredicateAggregator~T~~ <|.. LongCountPredicateAggregator~T~

Implements: IAggregator>, IEquatable>

Constructors

NameSummary
.ctorInitializes a new instance of the [LongCountPredicateAggregator](# struct.

Properties

NameSummary
ResultGets the terminal result computed from the values folded so far.

Methods

NameSummary
AddFolds value into the running state and returns the next accumulator.
ToString
GetHashCode
Equals

Operators

NameSummary
static op_Inequality
static op_Equality